'Declaration Public Overloads Function GetTable(Of TEntity As Class)() As Table(Of TEntity)
public Table<TEntity> GetTable<TEntity>() where TEntity: class
Type Parameters
- TEntity
Return Value
A collection of objects.
'Declaration Public Overloads Function GetTable(Of TEntity As Class)() As Table(Of TEntity)
public Table<TEntity> GetTable<TEntity>() where TEntity: class
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2